21. Exercise: Plugins
Exercise: Plugins
Use the Plugins to Generate JavaDoc and Build Source Jar
Task Description:
For this exercise, the starter code is a simple project that can calculate the greatest common divisor. This method is correctly commented in JavaDoc format, which allows the method description automatically generate documentation. Use the plugins found at http://maven.apache.org/plugins generate the JavaDoc documentation for this project and build a jar containing the source files along with the normal project jar. Consult the Usage section of the plugin documentation for examples of how to do this.
Task Feedback:
Great job!